home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 001 / piblist.lbr / README.DOC < prev    next >
Text File  |  1985-06-03  |  2KB  |  76 lines

  1. This library contains TURBO Pascal routines which implement
  2. an ascii file display program.  These instructions tell you
  3. how to get the files out.
  4.  
  5. Use your favorite version of LU to extract all of
  6. the files.  You do this by saying:
  7.  
  8.     LU A PIBLIST.LBR
  9.  
  10. assuming that your library program is called LU.
  11.  
  12. All of the Pascal source files are squeezed (*.PQS), as is the documentation
  13. file PIBLIST.DQC. The file README.DOC is NOT squeezed.
  14. Unsqueeze all the .PQS files and the .DQC file using your favorite unsqueezer.
  15. Note that the PibList files were squeezed WITHOUT the
  16. date and time stamp.  I suggest you use ALUSQ.COM if you
  17. have it, since it is fast, reliable, and will unsqueeze
  18. all the files using a wildcard request:
  19.  
  20.      ALUSQ *.PQS
  21.      ALUSQ PIBLIST.DQC
  22.  
  23. If you don't have this unsqueezer, and the one you do have
  24. doesn't support wildcards, then you will have to enter a
  25. separate unsqueeze request for each .PQS file.
  26.  
  27. To compile PibList, enter Turbo and tell it to write a .COM file
  28. using OPTIONS.  Set the Main program to be the file PIBLIST.PAS.
  29. Type C to start the compile.  PibList REQUIRES TURBO v 3.0 FOR THE
  30. IBM PC AND WILL NOT COMPILE WITH OTHER VERSIONS.
  31.  
  32. To run PibList, type:
  33.  
  34.      PIBLIST  fname
  35.  
  36. in response to the MS-DOS prompt, where 'fname' is the file to be
  37. displayed.
  38.  
  39. To leave PibList, type:
  40.  
  41.      EXIT
  42.  
  43. in response to the PibList prompt.
  44.  
  45. The file PIBLIST.DOC contains detailed instructions on the
  46. use of PibList.
  47.  
  48. PibList will list an ascii file on the PC's screen.
  49. It combines most of the features found in other "browse" programs:
  50.                                                                  
  51.    -- Absolute and relative line numbers, screens, and pages.
  52.  
  53.    -- Very large file capability (any size file can be listed).
  54.  
  55.    -- A string search facility.
  56.  
  57.    -- Pages can be defined by a FF (Ascii 12) character,
  58.       or by FORTRAN line-printer carriage control '1' in column 1.
  59.  
  60.    -- Support for color graphics screen if available.
  61.  
  62.    -- Horizontal tab expansion.
  63.  
  64.    -- High-order bit stripping.
  65.  
  66. Please upload any nifty features you add or (shudder) notices of
  67. bugs you find.  You may leave me messages on the following
  68. BBSs:
  69.  
  70.       Gene Plantz's BBS (312) 882 4227
  71.       Ron Fox's BBS     (312) 940 6496
  72.  
  73. Thanks,
  74. Phil Burns
  75.  
  76.